From: Eric S. Raymond Date: Sun, 28 Mar 1993 06:24:54 +0000 (+0000) Subject: : Added autoload cookie for entry point. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96660 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=909c95d0dfce35e86362cfa3443d455636f13e59;p=emacs.git : Added autoload cookie for entry point. --- diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 4dcc45cee12..92b3a9d75e1 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -6,7 +6,7 @@ ;; Adapted-By: ESR ;; Keywords: unix, tools -;; $Id: makefile.el,v 1.3 1992/07/22 02:13:37 eric Exp eric $ +;; $Id: makefile.el,v 1.4 1993/03/22 03:27:18 eric Exp eric $ ;; This file is part of GNU Emacs. @@ -313,6 +313,7 @@ This is used in the function makefile-insert-gmake-function .") ;;; The mode function itself. ;;; ------------------------------------------------------------ +;;;#autoload (defun makefile-mode () "Major mode for editing Makefiles. Calling this function invokes the function(s) \"makefile-mode-hook\" before